projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4757069
)
Correct my previous breakage of parens.
author
Deepak Goel
<deego@gnufans.org>
Sun, 18 Sep 2005 12:59:19 +0000
(12:59 +0000)
committer
Deepak Goel
<deego@gnufans.org>
Sun, 18 Sep 2005 12:59:19 +0000
(12:59 +0000)
lisp/eshell/esh-proc.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index e952ff976f0314da657cc33c6ee6d830981e4972..530eb9c900a1b994f3f19db1500ff10503060c8c 100644
(file)
--- a/
lisp/eshell/esh-proc.el
+++ b/
lisp/eshell/esh-proc.el
@@
-225,8
+225,8
@@
The prompt will be set to PROMPT."
(if (and (eshell-processp (car entry))
(nth 2 entry)
eshell-done-messages-in-minibuffer)
- (message "[%s]+ Done %s" (process-name (car entry)
-
(process-command (car entry)
))))
+ (message "[%s]+ Done %s" (process-name (car entry)
)
+
(process-command (car entry
))))
(setq eshell-process-list
(delq entry eshell-process-list)))